type github.com/refraction-networking/utls.certificateStatusMsg

6 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1148: 		m = new(certificateStatusMsg)
		handshake_client.go#L704: 	cs, ok := msg.(*certificateStatusMsg)
		handshake_messages.go#L1664: type certificateStatusMsg struct {
		handshake_messages.go#L1668: func (m *certificateStatusMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1681: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
		handshake_server.go#L612: 		certStatus := new(certificateStatusMsg)